pub fn get_timezone(tz: Option<&Timezone>) -> &Timezone
If the tz=Some(timezone), return timezone directly, or return current system timezone.
tz=Some(timezone)
timezone