by Anonymous » 10 Apr 2025, 01:13
schlägt bei gültigem Instant s fehl. Wie soll es die unter und über localDateTime.min und localDatetime.max formatieren? Manuell? < /P>
Code: Select all
DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss").withZone(ZoneOffset.UTC).format(Instant.MAX)
[code]DateTimeFormatter[/code] schlägt bei gültigem Instant s fehl. Wie soll es die unter und über localDateTime.min und localDatetime.max formatieren? Manuell? < /P>
[code]DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss").withZone(ZoneOffset.UTC).format(Instant.MAX)
[/code]