We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09606ab commit c77251bCopy full SHA for c77251b
docs/reference/migration/migrate_7_0/java_time.asciidoc
@@ -111,3 +111,9 @@ and should be replaced.
111
* `getYearOfEra()` should be replaced with `get(ChronoField.YEAR_OF_ERA)`
112
* `toString(String)` should be replaced with a `DateTimeFormatter`
113
* `toString(String,Locale)` should be replaced with a `DateTimeFormatter`
114
+
115
+[float]
116
+==== Negative epoch timestamps are no longer supported
117
118
+With the switch to java time, support for negative timestamps has been removed.
119
+For dates before 1970, use a date format containing a year.
0 commit comments