[go: up one dir, main page]

Module unix_time

Module unix_time 

Source
Expand description

Unix timestamp serde helpers.

Modules§

option
Unix timestamp serde helpers for optional OffsetDateTime values.

Functions§

deserialize
Deserialize a Unix timestamp into an OffsetDateTime.
parse_unix_time
Parses the provided Unix time-stamp str into an OffsetDateTime.
serialize
Serialize an OffsetDateTime to a Unix timestamp.