pub fn timezone_time(
tz: Timezone,
t: NaiveTime,
wall_time: &NaiveDateTime,
) -> NaiveTime
Expand description
Converts the time t
, which is assumed to be in UTC, to the timezone tz
.
For example, EST
and 17:39:14
would return 12:39:14
.