TimeZone
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-22 UTC.
[null,null,["Last updated 2025-01-22 UTC."],[[["The JSON object represents a time zone from the IANA Time Zone Database."],["It includes an `id` field specifying the time zone (e.g., \"America/New_York\") and an optional `version` field indicating the IANA database version."]]],["The JSON representation describes a time zone using its IANA identifier and version. The `id` field, a string, specifies the IANA Time Zone Database time zone, such as \"America/New_York.\" The `version` field, also a string, is optional and indicates the IANA Time Zone Database version number, like \"2019a.\" This structure allows identifying the time zone with the possibility to indicate a specific version.\n"]]