-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Codecs
-
None
This feature request was raised by a user on Community Forums. Copying the request below.
Can there be native support to ZonedDateTime in MongoDB java Driver sync. Seems it only have LocalDateTime implemented as part of JSR310
Supported classes are The high level API contains the following key classes:
- LocalDate - A date, with no time nor zone-offset
- LocalTime - A time, with no date nor zone-offset
- LocalDateTime - A date-time, with no zone-offset
- OffsetTime - A time and zone-offset, with no date
- OffsetDateTime - A date-time and zone-offset
- ZonedDateTime - A date-time, zone-offset and time-zone
- ZoneOffset - An offset from the time in UTC/GMT
- ZoneId - A time-zone identifier, used to find the underlying rules
- is related to
-
JAVA-1299 Support JSR-310 Dates
- Closed