tz_metazone_users {i18n} | R Documentation |
A table that links canonical tz names with their metazone
Description
The tz_metazone_users
table allows for a lookup of canonical time zone
name to which metazone each uses. As an example, the canonical time zone
America/Vancouver
corresponds to the America_Pacific
metazone (this is
the long ID, but there is often a short ID available as well). The
metazone_long_id
can be used to get a localized metazone name by use of
the tz_metazone_names table.
There are 293 rows and the following 4 columns:
-
canonical_tz_name
(character
) -
territory
(character
) -
metazone_long_id
(character
) -
metazone_short_id
(character
)
Usage
tz_metazone_users
Format
An object of class tbl_df
(inherits from tbl
, data.frame
) with 293 rows and 4 columns.
[Package i18n version 0.2.0 Index]