Date and time
Interfaces for parsing numbers as time values and manipulating time values.
- parse_time_delta — Parse a time delta string to number of seconds
- std.integer2time — Convert seconds since epoch to an absolute time
- std.time — Convert a formatted date/time string an absolute time
- strftime — Format an absolute time
- time.add — Add times
- time.hex_to_time — Construct a fractional time
- time.interval_elapsed_ratio — How far into a time interval the reference point is
- time.is_after — True if one absolute time is after another
- time.runits — Represent a relative time as a string to the decimal precision of the specified units
- time.sub — Subtract times
- time.units — Represent a time as a string to the decimal precision of the specified units