Date
The Date function enables you to add, modify, and transform dates from your data into any valid format, and convert between time zones. You can use it in a variety of ways, such as:
Reformatting dates, for example, converting
YYYY/MMtoYYYY-MM-DDTHH:mm:ssCreating a new date from scratch or copying an existing date field to modify it
Adjusting dates by adding or subtracting time units (like days, hours, or minutes)
Converting dates between time zones, such as normalizing all timestamps to UTC for consistent data across multiple sources
The Date function is used in the Cultflicks video streaming example stream to modify a date format from YYYY-MMM-DD to YYYY-MM-DDTHH:mm:ss.SSS[Z].
Cultflix example stream
This section has the following subsections: