datetime_list_timezones()
Returns a list of supported timezones a time-zone specification.
datetime_list_timezones()
None, the function doesn't have any parameters.
A list of timezones supported by the Internet Assigned Numbers Authority (IANA) Time Zone Database.
Kusto
print datetime_list_timezones()
Output print datetime_list_timezones()
- To convert from UTC to local, see datetime_utc_to_local()
- To convert a datetime from local to UTC, see datetime_local_to_utc()
- Timezones
- format_datetime()