pub fn date_trunc( format: impl Into<Column>, timestamp: impl Into<Column>, ) -> Column
Returns timestamp truncated to the unit specified by the format.