pub fn make_timestamp_ltz(
years: impl Into<Column>,
months: impl Into<Column>,
days: impl Into<Column>,
hours: impl Into<Column>,
mins: impl Into<Column>,
timezone: Option<impl Into<Column>>,
) -> ColumnExpand description
Create the current timestamp with local time zone from years, months, days, hours, mins, secs and timezone fields.