Enums§
Statics§
- System timezone in
frontend
/standalone
, config by optiondefault_timezone
in toml, default value isUTC
whendefault_timezone
is not set.
Functions§
- If the
tz=Some(timezone)
, returntimezone
directly, or return current system timezone. - If the
tz = Some("") || None || Some(Invalid timezone)
, return system timezone, or return parsedtz
as timezone. - Return current system config timezone, default config is UTC