You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently DSL-JSON supports only: LocalDate, LocalDateTime, OffsetDateTime, partially ZonedDateTime (without optional timezones, see #130), Month and DayOfWeek as Java enums
Wanted support of ISO-8601 representation (with IANA timezones) for: LocalTime Instant OffsetTime ZoneOffset ZoneId Year YearMoth MonthDay
The text was updated successfully, but these errors were encountered:
Some of this is useful, such as LocalTime and maybe OffsetTime
Not sure about the others.
I have never used them as data types for APIs so it's hard for me to see when could they be useful.
Do you have some use case example?
Currently DSL-JSON supports only:
LocalDate
,LocalDateTime
,OffsetDateTime
, partiallyZonedDateTime
(without optional timezones, see #130),Month
andDayOfWeek
as Java enumsWanted support of ISO-8601 representation (with IANA timezones) for:
LocalTime
Instant
OffsetTime
ZoneOffset
ZoneId
Year
YearMoth
MonthDay
The text was updated successfully, but these errors were encountered: