Alexandru Gheorghe
12/11/2024, 3:47 PMSam
12/11/2024, 3:49 PMAlexandru Gheorghe
12/11/2024, 3:50 PMSam
12/11/2024, 3:51 PMDmitry Khalanskiy [JB]
12/11/2024, 3:53 PMLocalDateTime
is defined in terms of time zones. For example, LocalDateTime(2024, 12, 11, 8, 29).toInstant(TimeZone.of("America/New_York")).toLocalDateTime(TimeZone.UTC)
finds the instant corresponding to when clocks in New York show 2024-12-11 08:29 AM and then finds what clocks in the UTC time zone show at that instant.