Function to_timestamp

Source
pub fn to_timestamp(date: &OffsetDateTime) -> u32
Expand description

Convert a date to a Plabble timestamp

§Arguments

  • date - the date to convert

§Returns

The Plabble timestamp

§Panics

Panics if the timestamp is too large to fit in a u32