spark_connect_rs::functions

Function convert_timezone

Source
pub fn convert_timezone(
    source_tz: Option<impl Into<Column>>,
    target_tz: impl Into<Column>,
    source_ts: impl Into<Column>,
) -> Column
Expand description

Converts the timestamp without time zone sourceTs from the sourceTz time zone to targetTz.