Formats
A collection of predefined formats for parsing and formatting LocalDateTime values.
LocalTime.Formats.ISO is a popular predefined format.
If predefined formats are not sufficient, use LocalTime.Format to create a custom kotlinx.datetime.format.DateTimeFormat for LocalTime values.