Konstantin Zolotov
04/22/2022, 2:50 PMLocalDateTime to the beginning of the day?
So far I see only the option localDateTime.date.atTime(0, 0) , is this the way? mandalorianilya.gorbunov
04/22/2022, 2:54 PMlocalDateTime.date.atStartOfDayIn(tz).toLocalDateTime(tz)Konstantin Zolotov
04/22/2022, 3:01 PM