Function expr::scalar::func::timezone_time[][src]

fn timezone_time(
    tz: Timezone,
    t: NaiveTime,
    wall_time: &NaiveDateTime
) -> Datum<'static>
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.