Skip to main content

SlackUtcDateTime

Type Alias SlackUtcDateTime 

Source
pub type SlackUtcDateTime = Timestamp;
Expand description

An instant in time in UTC, as used by the Slack API.

jiff::Timestamp by default, chrono::DateTime<chrono::Utc> with the deprecated obsolete-chrono feature.

Aliased Typeยง

pub struct SlackUtcDateTime { /* private fields */ }