- Standard Timestamps (UTC-based):
- Localized Timestamps for Specific Use Cases
- In some instances, such as location normalization, timestamps are returned in the local stop time of the event.
- These timestamps include the appropriate timezone offsets to maintain accuracy.
Examples of Date Time Conversions
The function below will convert the date-time in RFC 3339 format to the specified timezone.
Function Usage:
convert\_timezone('2025-01-27T07:06:25Z', 'US/Eastern')