Skip to main content

TIMEZONE_HELP

Constant TIMEZONE_HELP 

Source
pub const TIMEZONE_HELP: &str = "\n\u{1b}[1mTime\u{2011}zone to apply\u{1b}[22m (IANA/Olson ID). If not provided, uses system local time.\n\nExamples: \u{1b}[3m\"UTC\", \"America/Sao_Paulo\", \"Europe/London\".\u{1b}[23m\n\nReference:\n\u{1b}[4mhttps://www.iana.org/time-zones\u{1b}[24m\n\nIf not provided, tries to read from \u{1b}[34m\u{1b}[1mTARDIS_TIMEZONE\u{1b}[39m\u{1b}[22m and\nfalls back to the default time zone defined in the config file.\n";
Expand description

Long help text for the --timezone flag.