Browse Source

DATAMONGO-1684 - Adopt documentation to removed JodaTime DateMidnight support.

Related ticket: DATACMNS-1014.
pull/459/head
Mark Paluch 9 years ago
parent
commit
5d8370fa90
  1. 4
      src/main/asciidoc/reference/mapping.adoc

4
src/main/asciidoc/reference/mapping.adoc

@ -185,10 +185,6 @@ calling `get()` before the actual conversion @@ -185,10 +185,6 @@ calling `get()` before the actual conversion
| converter
| `{"date" : ISODate("2019-11-12T23:00:00.809Z")}`
| `DateMidnight` (Joda)
| converter
| `{"date" : ISODate("2019-11-12T00:00:00.000Z")}`
| `ZoneId` (Java 8, JSR310-BackPort)
| converter
| `{"zoneId" : "ECT - Europe/Paris"}`

Loading…
Cancel
Save