Modify a datetime object to a new timezone.
Declaration
UPDATE_TIMEZONE(datetime, new_time_zone) -> datetime
Parameters
- datetime (type: datetime)
- Any datetime.
- new_time_zone (type: string)
- The new time zone that gets updated in the datetime.
Return Values
- datetime (type: datetime)
- The resulting datetime by taking the base and adding the update values.
0
0
Was this article helpful?
0 out of 0 found this helpful
Add comment
Please sign in to leave a comment.