[][src]Constant brawl_api::constants::TIMELIKE_FORMAT

pub const TIMELIKE_FORMAT: &str = "%Y%m%dT%H%M%S%.fZ";

The format used in TimeLike.parse. (Feature-gated with the chrono feature)

"%Y%m%dT%H%M%S%.fZ"

See this table for more info.