kevin.cianfarini
val min = LocalTime(hour = 0, minute = 0, second = 0, nanosecond = 0) val max = LocalTime(hour = 23, minute = 59, second = 59, nanosecond = 999_999_999)
LocalTime.MIN
LocalTime.MAX
Dmitry Khalanskiy [JB]
like both Instant and LocalDateTime have
MIN
MAX
Would there be any interest in [...] LocalTime.MIN and LocalTime.MAX
> like both Instant and LocalDateTime have
What do you mean? Neither exposes their MIN and MAX.
No, because both are error-prone. See
A modern programming language that makes developers happier.