Description
Resets the ISO datetime string to the beginning of the minute specified in the string.Syntax
ISOToMinute(datetime_string)
Examples
ISOToMinute('2009-01-07T01:07:01.000Z') returns 2009-01-07T01:07:00.000Z
Truncate an ISO datetime string to the start of its minute. Use ISOTOMINUTE for minute-level time groupings in Integrate.io ETL data pipelines.
ISOToMinute(datetime_string)
ISOToMinute('2009-01-07T01:07:01.000Z') returns 2009-01-07T01:07:00.000Z
Was this page helpful?