Time
Types
Duration { durationNanos :: Integer }
Time { timeHour :: !Int, timeMinute :: !Int, timeSecond :: !Int, timeNano :: !Int }
A time of day.
Functions
Create a time.
Create a datetime.
Parse an ISO 8601 datetime.
Format as ISO 8601.
Parse a date (YYYY-MM-DD).
Format a date as YYYY-MM-DD.
Parse a time (HH:MM:SS).
Format a time as HH:MM:SS.
Measure the time taken by an action.