pub enum TimeZone {
Show 23 variants
UTC,
KST,
EST,
PST,
JST,
IST,
CET,
AST,
CST,
MST,
AKST,
HST,
BST,
WET,
EET,
SAST,
EAT,
AEST,
ACST,
AWST,
CSTAsia,
SGT,
HKT,
}
Expand description
Enum for representing time zones with precomputed UTC offsets in seconds.
Variants§
UTC
KST
EST
PST
JST
IST
CET
AST
CST
MST
AKST
HST
BST
WET
EET
SAST
EAT
AEST
ACST
AWST
CSTAsia
SGT
HKT
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeZone
impl RefUnwindSafe for TimeZone
impl Send for TimeZone
impl Sync for TimeZone
impl Unpin for TimeZone
impl UnwindSafe for TimeZone
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more