pub fn make_timestamp(
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>>,
) -> Column
Expand description
Create timestamp from years, months, days, hours, mins, secs and timezone fields.