Converts datetime values to a specified time zone. Category:Documentation Index
Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
Use this file to discover all available pages before exploring further.
date
Syntax:
DateTimeColumn
Context Filtering: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
date | column|datetime | ✓ Yes | The datetime value to convert. |
timezone | text | ✓ Yes | The TZ identifier of the IANA time zone to which the datetime value is converted. |
from_timezone | text | ✗ No | Optional TZ identifier of the IANA time zone from which the datetime value is converted. Defaults to the organization account time zone when unspecified. |
Validation
- Minimum parameters: 2
- Maximum parameters: 3
Examples
2014-07-18 07:58:00