timezones
List all time zones
Description
timezones
returns a list of all Internet Assigned Numbers Authority
(IANA) time zones accepted by the datetime
function. By
default, timezones
displays the list in a separate window.
For each time zone, the list includes the offset from UTC (in hours, where east
is positive) and the daylight saving time shift (in hours).
timezones(
returns a list containing all IANA
time zones in the specified geographic area.area
)
[
also returns the IANA Time Zone Database version currently used by the
T
,vers
] = timezones(___)datetime
data type. This version includes recent updates
from the IANA. For more information, see IANA Time Zone
Database.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2015b