tinymist_std::time

Trait ToUtcDateTime

Source
pub trait ToUtcDateTime {
    // Required method
    fn to_utc_datetime(self) -> Option<UtcDateTime>;
}
Expand description

The trait helping convert to a UtcDateTime.

Required Methods§

Implementations on Foreign Types§

Source§

impl ToUtcDateTime for i64

Source§

fn to_utc_datetime(self) -> Option<UtcDateTime>

Converts a UNIX timestamp to a UtcDateTime.

Implementors§