fn to_timestamp(t: &SystemTime) -> u64
Expand description
Converts a SystemTime
to a Timestamp
which can be stored in the database.
fn to_timestamp(t: &SystemTime) -> u64
Converts a SystemTime
to a Timestamp
which can be stored in the database.