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