Return whether the given UNIX nanoseconds timestamp is within the last 24 hours.
Return UNIX nanoseconds at midnight (UTC) of the last weekday (Mon-Fri).
Return round nanoseconds (ns) converted from the given microseconds (μs).
Return round nanoseconds (ns) converted from the given milliseconds (ms).
Return round microseconds (μs) converted from the given nanoseconds (ns).
Return round milliseconds (ms) converted from the given nanoseconds (ns).
Return seconds converted from the given nanoseconds (ns).
Return round milliseconds (ms) converted from the given seconds.
Return round nanoseconds (ns) converted from the given seconds.
Return UNIX nanoseconds as an ISO 8601 (RFC 3339) format string.