[
https://issues.apache.org/jira/browse/FC-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15256942#comment-15256942
]
Shawn Eion Smith commented on FC-169:
-------------------------------------
If anyone has needs to do date math they have to convert which can be extra
problematic with non-standard date formats. Also, using a LocalDateTime or
some kind of equivalent takes all format concerns out of the conversation.
Bringing it back to ISO standard dates and times further "standardizes" the
effort as well. You put a lot of work into implementing a standards compliant
solution, this seems like a natural fit.
Also, it gives a bit more type safety, built in validation, etc...
A minor extra plus, the SCIM spec specifies ISO so the SCIMpleFortress stuff
we're working on would better align across both standards.
> Can we change Dates and Times to be real dates and times
> --------------------------------------------------------
>
> Key: FC-169
> URL: https://issues.apache.org/jira/browse/FC-169
> Project: FORTRESS
> Issue Type: Improvement
> Reporter: Shawn Eion Smith
>
> Currently they are returned as Strings requiring translation if any
> manipulation is required. Also, are they in ISO 8601 format?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)