pub fn to_utc_timestamp( timestamp: impl Into<Column>, tz: impl Into<Column>, ) -> Column
This is a common function for databases supporting TIMESTAMP WITHOUT TIMEZONE.