- Add the
LocalTime
class for representing time-of-day (#57). Thank you, @bishiboosh! - Provide
LocalTime#toSecondOfDay
,LocalTime.fromSecondOfDay
, and various other functions for compact representation ofLocalTime
(#204). Thank you, @vanniktech! - Provide
LocalDate#toEpochDays
,LocalDate.fromEpochDays
for representing aLocalDate
as a single number (#214). - Rename
Clock.todayAt
toClock.todayIn
for naming consistency (#206). - Update the Kotlin dependency to 1.7.0.