Files
spring-framework/spring-context/src/main/java/org/springframework
Remus Richard Dumitrache 4d8f6c1b41 Support parsing long millisecond timestamps in InstantFormatter
This commit adds support of parsing a simple long from a String and
turning it to an `Instant` by considering it represents a timestamp in
milliseconds (see `Instant.ofEpochMilli`). Failing to parse a long from
the String, the previous algorithm is used: first check for an RFC-1123
representation then an ISO_INSTANT representation.

See gh-30312
Closes gh-30546
2023-05-26 12:08:26 +02:00
..
2023-05-23 12:41:26 +02:00
2021-09-17 09:14:07 +02:00
2022-02-16 12:12:37 +01:00
2023-05-25 18:46:50 +02:00