Functions§
- py_
is_ within_ last_ 24_ hours - Return whether the given UNIX nanoseconds timestamp is within the last 24 hours.
- py_
last_ weekday_ nanos - Return UNIX nanoseconds at midnight (UTC) of the last weekday (Mon-Fri).
- py_
micros_ to_ nanos - Return round nanoseconds (ns) converted from the given microseconds (μs).
- py_
millis_ to_ nanos - Return round nanoseconds (ns) converted from the given milliseconds (ms).
- py_
nanos_ to_ micros - Return round microseconds (μs) converted from the given nanoseconds (ns).
- py_
nanos_ to_ millis - Return round milliseconds (ms) converted from the given nanoseconds (ns).
- py_
nanos_ to_ secs - Return seconds converted from the given nanoseconds (ns).
- py_
secs_ to_ millis - Return round milliseconds (ms) converted from the given seconds.
- py_
secs_ to_ nanos - Return round nanoseconds (ns) converted from the given seconds.
- py_
unix_ nanos_ to_ iso8601 - Return UNIX nanoseconds as an ISO 8601 (RFC 3339) format string.